home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
shell-tools
/
msdos_36
/
dos6
/
deltree
< prev
next >
Wrap
AmigaDOS Script File
|
1996-01-15
|
276b
|
17 lines
.key dir
.bra {
.ket }
If Not Exists {dir}
Echo "Object not found"
Quit >NIL: 205
EndIf
Ask "Delete directory `{dir}' and all its subdirectories? [yn] "
If WARN
Echo "Deleting {dir}..."
Delete {dir} all quiet
If Exists {dir}.info
Delete {dir}.info quiet
EndIf
EndIf